home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / July 96 / Assert messages.1 < prev    next >
Encoding:
Internet Message Format  |  1996-07-03  |  1.0 KB  |  [TEXT/ttxt]

  1. Subject:     Assert messages
  2. Sent:        7/3/96 1:41 PM
  3. Received:    7/3/96 1:51 PM
  4. From:        Karl Jepsen, kjepsen@dharbor.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. More on the assert messages  "Why is an autodestruct object of class
  9. TryBlockContext being constructed in a bad context? See FWExcImp.cpp for
  10. possible causes. "  when gif or JPEG graphic files are embedded into
  11. ODFDraw, ODFContainer, or our part where CyperDog is the viewer:
  12.  
  13. CyberDog issues an RequestFrameShape call twice.  It is on the 2nd call
  14. that the assert messages are output. (why the asserts are generated I do
  15. not know).  Anyway the calling chain for both of these calls are as
  16. follows:
  17.  
  18. cyberdog
  19.   ODFrame::RequestFrameShape
  20.      ODPartWrapperRequestFrameShape
  21.         FW_CODPart::RequestFrameShape   <---  this routine causes the asserts
  22.  
  23. Is this a problem with CyberDog & ODF 1?  What do we need to do to ODFDraw,
  24. ODFContainer, and our part?
  25.  
  26. Thanks,
  27.   Karl Jepsen
  28.  
  29.  
  30.